Learn R Programming

DataSetsUni (version 0.1)

Natural Increase Rates: The data set consists of natural increase rates for the period from 1951 to 2010

Description

The function allows to provide the natural increase rates for the period from 1951 to 2010. The rate of natural increase is calculated as difference of the crude birth rate and the crude death rate of a population.

Usage

data_increaserate

Value

data_increaserate gives the natural increase rates for the period from 1951 to 2010.

Arguments

data_increaserate

A vector of (non-negative integer) values.

Author

Muhammad Imran.

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data set consists of natural increase rates for the period from 1951 to 2010. The rate of natural increase is calculated as difference of the crude birth rate and the crude death rate of a population. Recently, it is used by Ristić et al. (2015) and fitted the generalized beta exponential distribution.

References

Ristić, M. M., Popović, B. V., & Nadarajah, S. (2015). Libby and Novick's generalized beta exponential distribution. Journal of Statistical Computation and Simulation, 85(4), 740-761.

Examples

Run this code
x<-data_increaserate
summary(x)

Run the code above in your browser using DataLab